From a268c654739258f93a1a18087bdd644d8e243355 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 13 Sep 2011 00:38:29 +0530 Subject: [PATCH] build: Enable maintainer mode by default See . --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 02b43f6..2688202 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl Initialize maintainer mode -AM_MAINTAINER_MODE +AM_MAINTAINER_MODE([enable]) AC_STDC_HEADERS AM_SANITY_CHECK -- 2.30.2